home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 1 Issue 2 / PDCD-1 - Issue 02.iso / _utilities / utilities / 001 / qzapsrc / !QZap / h / QOpenwindo < prev    next >
Text File  |  1994-07-15  |  130b  |  13 lines

  1. /*
  2.  * Openwindow.h
  3.  */
  4.  
  5. #ifndef Openwindow_H
  6. #define Openwindow_H
  7.  
  8. #include "wimp.h"
  9.  
  10. void Openwindow(wimp_block *Block);
  11.  
  12. #endif
  13.